Html Css Color HEX #F0154B Crimson

📋 copy color: '#F0154B'

red 240 ◦ green 21 ◦ blue 75

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

Shades of Crimson #F0154B

Tints of Crimson #F0154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 71.43%
G = 6.25%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0154B (or 0xF0154B) is known color: Crimson. HEX triplet: F0, 15 and 4B. RGB value is (240,21,75). Sum of RGB (Red+Green+Blue) = 240+21+75=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0154B is #0FEAB4. Grayscale: #5C5C5C. Windows color (decimal): -1043125 or 4920816. OLE color: 4920816.

HSL color Cylindrical-coordinate representation of color #F0154B: hue angle of 345.21º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0154B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 75 -
CMYK 0 0.91 0.69 0.06
HSL 345.21º 0.88% 0.51% -
HSV(B) 345.21º 0.91% 0.94% -
XYZ 37.47 19.57 8.46 -
YUV 92.64 118.05 233.11 -
System Red Green Blue C M Y K H S L
Decimal 240 21 75 0 0.91 0.69 0.06 345.21 0.88 0.51
Hex F0 15 4B 0 5B 45 6 159 58 33
Octal 360 25 113 0 133 105 6 531 130 63
Binary 11110000 10101 1001011 0 1011011 1000101 110 101011001 1011000 110011

Color Harmonies of #F0154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0154B

Black with #F0154B

Text Example


Text Example

White with #F0154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0154B; }

 p { color: rgb(240,21,75); }

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

background-color css

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

 a { background-color: rgb(240,21,75); }

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

border-color css

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

 span { border-color: rgb(240,21,75); }

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