Html Css Color HEX #F251AB Brilliant Rose

📋 copy color: '#F251AB'

red 242 ◦ green 81 ◦ blue 171

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

Shades of Brilliant Rose #F251AB

Tints of Brilliant Rose #F251AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 48.99%
G = 16.4%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F251AB (or 0xF251AB) is known color: Brilliant Rose. HEX triplet: F2, 51 and AB. RGB value is (242,81,171). Sum of RGB (Red+Green+Blue) = 242+81+171=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F251AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251AB is #0DAE54. Grayscale: #8B8B8B. Windows color (decimal): -896597 or 11227634. OLE color: 11227634.

HSL color Cylindrical-coordinate representation of color #F251AB: hue angle of 326.46º 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 #F251AB is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 81 171 -
CMYK 0 0.67 0.29 0.05
HSL 326.46º 0.86% 0.63% -
HSV(B) 326.46º 0.67% 0.95% -
XYZ 46.91 27.7 41.4 -
YUV 139.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 242 81 171 0 0.67 0.29 0.05 326.46 0.86 0.63
Hex F2 51 AB 0 43 1D 5 146 56 3F
Octal 362 121 253 0 103 35 5 506 126 77
Binary 11110010 1010001 10101011 0 1000011 11101 101 101000110 1010110 111111

Color Harmonies of #F251AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251AB

Black with #F251AB

Text Example


Text Example

White with #F251AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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