Html Css Color HEX #F251A0 Brilliant Rose

📋 copy color: '#F251A0'

red 242 ◦ green 81 ◦ blue 160

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

Shades of Brilliant Rose #F251A0

Tints of Brilliant Rose #F251A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.77%

 BLUE value IS 160 (62.89% from 255) = 33.13%

R = 50.1%
G = 16.77%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F251A0 (or 0xF251A0) is known color: Brilliant Rose. HEX triplet: F2, 51 and A0. RGB value is (242,81,160). Sum of RGB (Red+Green+Blue) = 242+81+160=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F251A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251A0 is #0DAE5F. Grayscale: #898989. Windows color (decimal): -896608 or 10506738. OLE color: 10506738.

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

Color convert

RGB 242 81 160 -
CMYK 0 0.67 0.34 0.05
HSL 330.56º 0.86% 0.63% -
HSV(B) 330.56º 0.67% 0.95% -
XYZ 45.91 27.3 36.11 -
YUV 138.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 242 81 160 0 0.67 0.34 0.05 330.56 0.86 0.63
Hex F2 51 A0 0 43 22 5 14B 56 3F
Octal 362 121 240 0 103 42 5 513 126 77
Binary 11110010 1010001 10100000 0 1000011 100010 101 101001011 1010110 111111

Color Harmonies of #F251A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251A0

Black with #F251A0

Text Example


Text Example

White with #F251A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251A0; }

 p { color: rgb(242,81,160); }

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

background-color css

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

 a { background-color: rgb(242,81,160); }

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

border-color css

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

 span { border-color: rgb(242,81,160); }

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