Html Css Color HEX #F02B8D Wild Strawberry

📋 copy color: '#F02B8D'

red 240 ◦ green 43 ◦ blue 141

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

Shades of Wild Strawberry #F02B8D

Tints of Wild Strawberry #F02B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.14%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 56.6%
G = 10.14%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F02B8D (or 0xF02B8D) is known color: Wild Strawberry. HEX triplet: F0, 2B and 8D. RGB value is (240,43,141). Sum of RGB (Red+Green+Blue) = 240+43+141=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02B8D is #0FD472. Grayscale: #707070. Windows color (decimal): -1037427 or 9251824. OLE color: 9251824.

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

Color convert

RGB 240 43 141 -
CMYK 0 0.82 0.41 0.06
HSL 330.15º 0.87% 0.55% -
HSV(B) 330.15º 0.82% 0.94% -
XYZ 41.61 22.18 27.29 -
YUV 113.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 240 43 141 0 0.82 0.41 0.06 330.15 0.87 0.55
Hex F0 2B 8D 0 52 29 6 14A 57 37
Octal 360 53 215 0 122 51 6 512 127 67
Binary 11110000 101011 10001101 0 1010010 101001 110 101001010 1010111 110111

Color Harmonies of #F02B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B8D

Black with #F02B8D

Text Example


Text Example

White with #F02B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B8D; }

 p { color: rgb(240,43,141); }

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

background-color css

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

 a { background-color: rgb(240,43,141); }

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

border-color css

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

 span { border-color: rgb(240,43,141); }

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