Html Css Color HEX #F02D68 Cerise

📋 copy color: '#F02D68'

red 240 ◦ green 45 ◦ blue 104

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

Shades of Cerise #F02D68

Tints of Cerise #F02D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 61.7%
G = 11.57%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F02D68 (or 0xF02D68) is known color: Cerise. HEX triplet: F0, 2D and 68. RGB value is (240,45,104). Sum of RGB (Red+Green+Blue) = 240+45+104=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02D68 is #0FD297. Grayscale: #6D6D6D. Windows color (decimal): -1036952 or 6827504. OLE color: 6827504.

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

Color convert

RGB 240 45 104 -
CMYK 0 0.81 0.57 0.06
HSL 341.85º 0.87% 0.56% -
HSV(B) 341.85º 0.81% 0.94% -
XYZ 39.37 21.4 15.15 -
YUV 110.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 240 45 104 0 0.81 0.57 0.06 341.85 0.87 0.56
Hex F0 2D 68 0 51 39 6 156 57 38
Octal 360 55 150 0 121 71 6 526 127 70
Binary 11110000 101101 1101000 0 1010001 111001 110 101010110 1010111 111000

Color Harmonies of #F02D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D68

Black with #F02D68

Text Example


Text Example

White with #F02D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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