Html Css Color HEX #F02D99 Wild Strawberry

📋 copy color: '#F02D99'

red 240 ◦ green 45 ◦ blue 153

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

Shades of Wild Strawberry #F02D99

Tints of Wild Strawberry #F02D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.93%

R = 54.79%
G = 10.27%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F02D99 (or 0xF02D99) is known color: Wild Strawberry. HEX triplet: F0, 2D and 99. RGB value is (240,45,153). Sum of RGB (Red+Green+Blue) = 240+45+153=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02D99 is #0FD266. Grayscale: #737373. Windows color (decimal): -1036903 or 10038768. OLE color: 10038768.

HSL color Cylindrical-coordinate representation of color #F02D99: hue angle of 326.77º 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 #F02D99 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 45 153 -
CMYK 0 0.81 0.36 0.06
HSL 326.77º 0.87% 0.56% -
HSV(B) 326.77º 0.81% 0.94% -
XYZ 42.62 22.7 32.27 -
YUV 115.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 240 45 153 0 0.81 0.36 0.06 326.77 0.87 0.56
Hex F0 2D 99 0 51 24 6 147 57 38
Octal 360 55 231 0 121 44 6 507 127 70
Binary 11110000 101101 10011001 0 1010001 100100 110 101000111 1010111 111000

Color Harmonies of #F02D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D99

Black with #F02D99

Text Example


Text Example

White with #F02D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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