Html Css Color HEX #F03065 Cerise

📋 copy color: '#F03065'

red 240 ◦ green 48 ◦ blue 101

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

Shades of Cerise #F03065

Tints of Cerise #F03065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.34%

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 61.7%
G = 12.34%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F03065 (or 0xF03065) is known color: Cerise. HEX triplet: F0, 30 and 65. RGB value is (240,48,101). Sum of RGB (Red+Green+Blue) = 240+48+101=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F03065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03065 is #0FCF9A. Grayscale: #6F6F6F. Windows color (decimal): -1036187 or 6631664. OLE color: 6631664.

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

Color convert

RGB 240 48 101 -
CMYK 0 0.8 0.58 0.06
HSL 343.44º 0.86% 0.56% -
HSV(B) 343.44º 0.8% 0.94% -
XYZ 39.34 21.58 14.4 -
YUV 111.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 240 48 101 0 0.8 0.58 0.06 343.44 0.86 0.56
Hex F0 30 65 0 50 3A 6 157 56 38
Octal 360 60 145 0 120 72 6 527 126 70
Binary 11110000 110000 1100101 0 1010000 111010 110 101010111 1010110 111000

Color Harmonies of #F03065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03065

Black with #F03065

Text Example


Text Example

White with #F03065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03065; }

 p { color: rgb(240,48,101); }

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

background-color css

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

 a { background-color: rgb(240,48,101); }

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

border-color css

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

 span { border-color: rgb(240,48,101); }

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