Html Css Color HEX #F02690 Wild Strawberry

📋 copy color: '#F02690'

red 240 ◦ green 38 ◦ blue 144

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

Shades of Wild Strawberry #F02690

Tints of Wild Strawberry #F02690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 56.87%
G = 9%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F02690 (or 0xF02690) is known color: Wild Strawberry. HEX triplet: F0, 26 and 90. RGB value is (240,38,144). Sum of RGB (Red+Green+Blue) = 240+38+144=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F02690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02690 is #0FD96F. Grayscale: #6E6E6E. Windows color (decimal): -1038704 or 9447152. OLE color: 9447152.

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

Color convert

RGB 240 38 144 -
CMYK 0 0.84 0.4 0.06
HSL 328.51º 0.87% 0.55% -
HSV(B) 328.51º 0.84% 0.94% -
XYZ 41.66 21.93 28.42 -
YUV 110.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 240 38 144 0 0.84 0.4 0.06 328.51 0.87 0.55
Hex F0 26 90 0 54 28 6 149 57 37
Octal 360 46 220 0 124 50 6 511 127 67
Binary 11110000 100110 10010000 0 1010100 101000 110 101001001 1010111 110111

Color Harmonies of #F02690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02690

Black with #F02690

Text Example


Text Example

White with #F02690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02690; }

 p { color: rgb(240,38,144); }

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

background-color css

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

 a { background-color: rgb(240,38,144); }

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

border-color css

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

 span { border-color: rgb(240,38,144); }

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