Html Css Color HEX #F84DAB Brilliant Rose

📋 copy color: '#F84DAB'

red 248 ◦ green 77 ◦ blue 171

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

Shades of Brilliant Rose #F84DAB

Tints of Brilliant Rose #F84DAB

RGB

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

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

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

R = 50%
G = 15.52%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F84DAB (or 0xF84DAB) is known color: Brilliant Rose. HEX triplet: F8, 4D and AB. RGB value is (248,77,171). Sum of RGB (Red+Green+Blue) = 248+77+171=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84DAB is #07B254. Grayscale: #8A8A8A. Windows color (decimal): -504405 or 11226616. OLE color: 11226616.

HSL color Cylindrical-coordinate representation of color #F84DAB: hue angle of 327.02º 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 #F84DAB is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 77 171 -
CMYK 0 0.69 0.31 0.03
HSL 327.02º 0.92% 0.64% -
HSV(B) 327.02º 0.69% 0.97% -
XYZ 48.72 28.2 41.4 -
YUV 138.85 146.15 205.86 -
System Red Green Blue C M Y K H S L
Decimal 248 77 171 0 0.69 0.31 0.03 327.02 0.92 0.64
Hex F8 4D AB 0 45 1F 3 147 5C 40
Octal 370 115 253 0 105 37 3 507 134 100
Binary 11111000 1001101 10101011 0 1000101 11111 11 101000111 1011100 1000000

Color Harmonies of #F84DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DAB

Black with #F84DAB

Text Example


Text Example

White with #F84DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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