Html Css Color HEX #F84BAF Brilliant Rose

📋 copy color: '#F84BAF'

red 248 ◦ green 75 ◦ blue 175

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

Shades of Brilliant Rose #F84BAF

Tints of Brilliant Rose #F84BAF

RGB

 RED value IS 248 (97.27% from 255) = 49.8%

 GREEN value IS 75 (29.69% from 255) = 15.06%

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

R = 49.8%
G = 15.06%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F84BAF (or 0xF84BAF) is known color: Brilliant Rose. HEX triplet: F8, 4B and AF. RGB value is (248,75,175). Sum of RGB (Red+Green+Blue) = 248+75+175=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84BAF is #07B450. Grayscale: #898989. Windows color (decimal): -504913 or 11488248. OLE color: 11488248.

HSL color Cylindrical-coordinate representation of color #F84BAF: hue angle of 325.32º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BAF is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 75 175 -
CMYK 0 0.70 0.29 0.03
HSL 325.32º 0.93% 0.63% -
HSV(B) 325.32º 0.7% 0.97% -
XYZ 48.97 28.08 43.4 -
YUV 138.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 248 75 175 0 0.70 0.29 0.03 325.32 0.93 0.63
Hex F8 4B AF 0 46 1D 3 145 5D 3F
Octal 370 113 257 0 106 35 3 505 135 77
Binary 11111000 1001011 10101111 0 1000110 11101 11 101000101 1011101 111111

Color Harmonies of #F84BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84BAF

Black with #F84BAF

Text Example


Text Example

White with #F84BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84BAF; }

 p { color: rgb(248,75,175); }

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

background-color css

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

 a { background-color: rgb(248,75,175); }

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

border-color css

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

 span { border-color: rgb(248,75,175); }

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