Html Css Color HEX #F251AF Brilliant Rose

📋 copy color: '#F251AF'

red 242 ◦ green 81 ◦ blue 175

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

Shades of Brilliant Rose #F251AF

Tints of Brilliant Rose #F251AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 48.59%
G = 16.27%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F251AF (or 0xF251AF) is known color: Brilliant Rose. HEX triplet: F2, 51 and AF. RGB value is (242,81,175). Sum of RGB (Red+Green+Blue) = 242+81+175=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F251AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251AF is #0DAE50. Grayscale: #8B8B8B. Windows color (decimal): -896593 or 11489778. OLE color: 11489778.

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

Color convert

RGB 242 81 175 -
CMYK 0 0.67 0.28 0.05
HSL 324.97º 0.86% 0.63% -
HSV(B) 324.97º 0.67% 0.95% -
XYZ 47.3 27.86 43.44 -
YUV 139.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 242 81 175 0 0.67 0.28 0.05 324.97 0.86 0.63
Hex F2 51 AF 0 43 1C 5 145 56 3F
Octal 362 121 257 0 103 34 5 505 126 77
Binary 11110010 1010001 10101111 0 1000011 11100 101 101000101 1010110 111111

Color Harmonies of #F251AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251AF

Black with #F251AF

Text Example


Text Example

White with #F251AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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