Html Css Color HEX #F2449D Wild Strawberry

📋 copy color: '#F2449D'

red 242 ◦ green 68 ◦ blue 157

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

Shades of Wild Strawberry #F2449D

Tints of Wild Strawberry #F2449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.56%

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

R = 51.82%
G = 14.56%
B = 33.62%

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

#F2449D (or 0xF2449D) is known color: Wild Strawberry. HEX triplet: F2, 44 and 9D. RGB value is (242,68,157). Sum of RGB (Red+Green+Blue) = 242+68+157=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2449D is #0DBB62. Grayscale: #818181. Windows color (decimal): -899939 or 10306802. OLE color: 10306802.

HSL color Cylindrical-coordinate representation of color #F2449D: hue angle of 329.31º 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 #F2449D is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 157 -
CMYK 0 0.72 0.35 0.05
HSL 329.31º 0.87% 0.61% -
HSV(B) 329.31º 0.72% 0.95% -
XYZ 44.77 25.45 34.45 -
YUV 130.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 242 68 157 0 0.72 0.35 0.05 329.31 0.87 0.61
Hex F2 44 9D 0 48 23 5 149 57 3D
Octal 362 104 235 0 110 43 5 511 127 75
Binary 11110010 1000100 10011101 0 1001000 100011 101 101001001 1010111 111101

Color Harmonies of #F2449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2449D

Black with #F2449D

Text Example


Text Example

White with #F2449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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