Html Css Color HEX #F02D93 Wild Strawberry

📋 copy color: '#F02D93'

red 240 ◦ green 45 ◦ blue 147

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

Shades of Wild Strawberry #F02D93

Tints of Wild Strawberry #F02D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.42%

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 55.56%
G = 10.42%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F02D93 (or 0xF02D93) is known color: Wild Strawberry. HEX triplet: F0, 2D and 93. RGB value is (240,45,147). Sum of RGB (Red+Green+Blue) = 240+45+147=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02D93 is #0FD26C. Grayscale: #727272. Windows color (decimal): -1036909 or 9645552. OLE color: 9645552.

HSL color Cylindrical-coordinate representation of color #F02D93: hue angle of 328.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02D93 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 45 147 -
CMYK 0 0.81 0.39 0.06
HSL 328.62º 0.87% 0.56% -
HSV(B) 328.62º 0.81% 0.94% -
XYZ 42.14 22.51 29.73 -
YUV 114.93 146.1 217.21 -
System Red Green Blue C M Y K H S L
Decimal 240 45 147 0 0.81 0.39 0.06 328.62 0.87 0.56
Hex F0 2D 93 0 51 27 6 149 57 38
Octal 360 55 223 0 121 47 6 511 127 70
Binary 11110000 101101 10010011 0 1010001 100111 110 101001001 1010111 111000

Color Harmonies of #F02D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D93

Black with #F02D93

Text Example


Text Example

White with #F02D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D93; }

 p { color: rgb(240,45,147); }

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

background-color css

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

 a { background-color: rgb(240,45,147); }

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

border-color css

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

 span { border-color: rgb(240,45,147); }

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