Html Css Color HEX #F2419B Wild Strawberry

📋 copy color: '#F2419B'

red 242 ◦ green 65 ◦ blue 155

#F2419B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #F2419B

Tints of Wild Strawberry #F2419B

RGB

 RED value IS 242 (94.92% from 255) = 52.38%

 GREEN value IS 65 (25.78% from 255) = 14.07%

 BLUE value IS 155 (60.94% from 255) = 33.55%

R = 52.38%
G = 14.07%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2419B (or 0xF2419B) is known color: Wild Strawberry. HEX triplet: F2, 41 and 9B. RGB value is (242,65,155). Sum of RGB (Red+Green+Blue) = 242+65+155=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2419B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2419B is #0DBE64. Grayscale: #7F7F7F. Windows color (decimal): -900709 or 10174962. OLE color: 10174962.

HSL color Cylindrical-coordinate representation of color #F2419B: hue angle of 329.49º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2419B is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 155 -
CMYK 0 0.73 0.36 0.05
HSL 329.49º 0.87% 0.6% -
HSV(B) 329.49º 0.73% 0.95% -
XYZ 44.42 25.02 33.5 -
YUV 128.18 143.14 209.18 -
System Red Green Blue C M Y K H S L
Decimal 242 65 155 0 0.73 0.36 0.05 329.49 0.87 0.6
Hex F2 41 9B 0 49 24 5 149 57 3C
Octal 362 101 233 0 111 44 5 511 127 74
Binary 11110010 1000001 10011011 0 1001001 100100 101 101001001 1010111 111100

Color Harmonies of #F2419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2419B

Black with #F2419B

Text Example


Text Example

White with #F2419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2419B; }

 p { color: rgb(242,65,155); }

 H1.HeaderClassName
 {
   color: #F2419B;
 }
 .AnyTagClassName
 {
   color: #F2419B;
 }
</style>

background-color css

<style>
 a { background-color: #F2419B; }

 a { background-color: rgb(242,65,155); }

 div.DivClassName
 {
   background-color: #F2419B;
 }
 .BgClassName
 {
   background-color: #F2419B;
 }
</style>

border-color css

<style>
 span { border-color: #F2419B; }

 span { border-color: rgb(242,65,155); }

 td.TdClassName
 {
   border-color: #F2419B;
 }
 .TagClassName
 {
   border-color: #F2419B;
 }
</style>