Html Css Color HEX #F2439D Wild Strawberry

📋 copy color: '#F2439D'

red 242 ◦ green 67 ◦ blue 157

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

Shades of Wild Strawberry #F2439D

Tints of Wild Strawberry #F2439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.38%

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 51.93%
G = 14.38%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2439D (or 0xF2439D) is known color: Wild Strawberry. HEX triplet: F2, 43 and 9D. RGB value is (242,67,157). Sum of RGB (Red+Green+Blue) = 242+67+157=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2439D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2439D is #0DBC62. Grayscale: #818181. Windows color (decimal): -900195 or 10306546. OLE color: 10306546.

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

Color convert

RGB 242 67 157 -
CMYK 0 0.72 0.35 0.05
HSL 329.14º 0.87% 0.61% -
HSV(B) 329.14º 0.72% 0.95% -
XYZ 44.71 25.33 34.43 -
YUV 129.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 242 67 157 0 0.72 0.35 0.05 329.14 0.87 0.61
Hex F2 43 9D 0 48 23 5 149 57 3D
Octal 362 103 235 0 110 43 5 511 127 75
Binary 11110010 1000011 10011101 0 1001000 100011 101 101001001 1010111 111101

Color Harmonies of #F2439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2439D

Black with #F2439D

Text Example


Text Example

White with #F2439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2439D; }

 p { color: rgb(242,67,157); }

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

background-color css

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

 a { background-color: rgb(242,67,157); }

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

border-color css

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

 span { border-color: rgb(242,67,157); }

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