Html Css Color HEX #F03FAB Wild Strawberry

📋 copy color: '#F03FAB'

red 240 ◦ green 63 ◦ blue 171

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

Shades of Wild Strawberry #F03FAB

Tints of Wild Strawberry #F03FAB

RGB

 RED value IS 240 (94.14% from 255) = 50.63%

 GREEN value IS 63 (25% from 255) = 13.29%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 50.63%
G = 13.29%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F03FAB (or 0xF03FAB) is known color: Wild Strawberry. HEX triplet: F0, 3F and AB. RGB value is (240,63,171). Sum of RGB (Red+Green+Blue) = 240+63+171=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03FAB is #0FC054. Grayscale: #7F7F7F. Windows color (decimal): -1032277 or 11223024. OLE color: 11223024.

HSL color Cylindrical-coordinate representation of color #F03FAB: hue angle of 323.39º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03FAB is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 171 -
CMYK 0 0.74 0.29 0.06
HSL 323.39º 0.86% 0.59% -
HSV(B) 323.39º 0.74% 0.94% -
XYZ 45.06 25.02 40.98 -
YUV 128.24 152.14 207.72 -
System Red Green Blue C M Y K H S L
Decimal 240 63 171 0 0.74 0.29 0.06 323.39 0.86 0.59
Hex F0 3F AB 0 4A 1D 6 143 56 3B
Octal 360 77 253 0 112 35 6 503 126 73
Binary 11110000 111111 10101011 0 1001010 11101 110 101000011 1010110 111011

Color Harmonies of #F03FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FAB

Black with #F03FAB

Text Example


Text Example

White with #F03FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FAB; }

 p { color: rgb(240,63,171); }

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

background-color css

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

 a { background-color: rgb(240,63,171); }

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

border-color css

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

 span { border-color: rgb(240,63,171); }

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