Html Css Color HEX #F0257B Deep Cerise

📋 copy color: '#F0257B'

red 240 ◦ green 37 ◦ blue 123

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

Shades of Deep Cerise #F0257B

Tints of Deep Cerise #F0257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.25%

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 60%
G = 9.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0257B (or 0xF0257B) is known color: Deep Cerise. HEX triplet: F0, 25 and 7B. RGB value is (240,37,123). Sum of RGB (Red+Green+Blue) = 240+37+123=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0257B is #0FDA84. Grayscale: #6B6B6B. Windows color (decimal): -1038981 or 8070640. OLE color: 8070640.

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

Color convert

RGB 240 37 123 -
CMYK 0 0.85 0.49 0.06
HSL 334.58º 0.87% 0.54% -
HSV(B) 334.58º 0.85% 0.94% -
XYZ 40.17 21.28 20.73 -
YUV 107.5 136.75 222.51 -
System Red Green Blue C M Y K H S L
Decimal 240 37 123 0 0.85 0.49 0.06 334.58 0.87 0.54
Hex F0 25 7B 0 55 31 6 14F 57 36
Octal 360 45 173 0 125 61 6 517 127 66
Binary 11110000 100101 1111011 0 1010101 110001 110 101001111 1010111 110110

Color Harmonies of #F0257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0257B

Black with #F0257B

Text Example


Text Example

White with #F0257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0257B; }

 p { color: rgb(240,37,123); }

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

background-color css

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

 a { background-color: rgb(240,37,123); }

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

border-color css

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

 span { border-color: rgb(240,37,123); }

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