Html Css Color HEX #F84CAD Brilliant Rose

📋 copy color: '#F84CAD'

red 248 ◦ green 76 ◦ blue 173

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

Shades of Brilliant Rose #F84CAD

Tints of Brilliant Rose #F84CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.29%

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 49.9%
G = 15.29%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F84CAD (or 0xF84CAD) is known color: Brilliant Rose. HEX triplet: F8, 4C and AD. RGB value is (248,76,173). Sum of RGB (Red+Green+Blue) = 248+76+173=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84CAD is #07B352. Grayscale: #8A8A8A. Windows color (decimal): -504659 or 11357432. OLE color: 11357432.

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

Color convert

RGB 248 76 173 -
CMYK 0 0.69 0.30 0.03
HSL 326.16º 0.92% 0.64% -
HSV(B) 326.16º 0.69% 0.97% -
XYZ 48.84 28.14 42.39 -
YUV 138.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 248 76 173 0 0.69 0.30 0.03 326.16 0.92 0.64
Hex F8 4C AD 0 45 1E 3 146 5C 40
Octal 370 114 255 0 105 36 3 506 134 100
Binary 11111000 1001100 10101101 0 1000101 11110 11 101000110 1011100 1000000

Color Harmonies of #F84CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CAD

Black with #F84CAD

Text Example


Text Example

White with #F84CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CAD; }

 p { color: rgb(248,76,173); }

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

background-color css

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

 a { background-color: rgb(248,76,173); }

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

border-color css

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

 span { border-color: rgb(248,76,173); }

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