Html Css Color HEX #F24CB0 Brilliant Rose

📋 copy color: '#F24CB0'

red 242 ◦ green 76 ◦ blue 176

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

Shades of Brilliant Rose #F24CB0

Tints of Brilliant Rose #F24CB0

RGB

 RED value IS 242 (94.92% from 255) = 48.99%

 GREEN value IS 76 (30.08% from 255) = 15.38%

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 48.99%
G = 15.38%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F24CB0 (or 0xF24CB0) is known color: Brilliant Rose. HEX triplet: F2, 4C and B0. RGB value is (242,76,176). Sum of RGB (Red+Green+Blue) = 242+76+176=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24CB0 is #0DB34F. Grayscale: #888888. Windows color (decimal): -897872 or 11554034. OLE color: 11554034.

HSL color Cylindrical-coordinate representation of color #F24CB0: hue angle of 323.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24CB0 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 76 176 -
CMYK 0 0.69 0.27 0.05
HSL 323.86º 0.86% 0.62% -
HSV(B) 323.86º 0.69% 0.95% -
XYZ 47.04 27.18 43.84 -
YUV 137.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 242 76 176 0 0.69 0.27 0.05 323.86 0.86 0.62
Hex F2 4C B0 0 45 1B 5 144 56 3E
Octal 362 114 260 0 105 33 5 504 126 76
Binary 11110010 1001100 10110000 0 1000101 11011 101 101000100 1010110 111110

Color Harmonies of #F24CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24CB0

Black with #F24CB0

Text Example


Text Example

White with #F24CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24CB0; }

 p { color: rgb(242,76,176); }

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

background-color css

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

 a { background-color: rgb(242,76,176); }

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

border-color css

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

 span { border-color: rgb(242,76,176); }

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