Html Css Color HEX #F84DAF Brilliant Rose

📋 copy color: '#F84DAF'

red 248 ◦ green 77 ◦ blue 175

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

Shades of Brilliant Rose #F84DAF

Tints of Brilliant Rose #F84DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.4%

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

R = 49.6%
G = 15.4%
B = 35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F84DAF (or 0xF84DAF) is known color: Brilliant Rose. HEX triplet: F8, 4D and AF. RGB value is (248,77,175). Sum of RGB (Red+Green+Blue) = 248+77+175=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84DAF is #07B250. Grayscale: #8B8B8B. Windows color (decimal): -504401 or 11488760. OLE color: 11488760.

HSL color Cylindrical-coordinate representation of color #F84DAF: hue angle of 325.61º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84DAF is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 77 175 -
CMYK 0 0.69 0.29 0.03
HSL 325.61º 0.92% 0.64% -
HSV(B) 325.61º 0.69% 0.97% -
XYZ 49.1 28.36 43.44 -
YUV 139.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 248 77 175 0 0.69 0.29 0.03 325.61 0.92 0.64
Hex F8 4D AF 0 45 1D 3 146 5C 40
Octal 370 115 257 0 105 35 3 506 134 100
Binary 11111000 1001101 10101111 0 1000101 11101 11 101000110 1011100 1000000

Color Harmonies of #F84DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DAF

Black with #F84DAF

Text Example


Text Example

White with #F84DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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