Html Css Color HEX #F842AD Brilliant Rose

📋 copy color: '#F842AD'

red 248 ◦ green 66 ◦ blue 173

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

Shades of Brilliant Rose #F842AD

Tints of Brilliant Rose #F842AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.55%

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

R = 50.92%
G = 13.55%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F842AD (or 0xF842AD) is known color: Brilliant Rose. HEX triplet: F8, 42 and AD. RGB value is (248,66,173). Sum of RGB (Red+Green+Blue) = 248+66+173=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F842AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F842AD is #07BD52. Grayscale: #848484. Windows color (decimal): -507219 or 11354872. OLE color: 11354872.

HSL color Cylindrical-coordinate representation of color #F842AD: hue angle of 324.73º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F842AD is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 66 173 -
CMYK 0 0.73 0.30 0.03
HSL 324.73º 0.93% 0.62% -
HSV(B) 324.73º 0.73% 0.97% -
XYZ 48.2 26.87 42.18 -
YUV 132.62 150.8 210.3 -
System Red Green Blue C M Y K H S L
Decimal 248 66 173 0 0.73 0.30 0.03 324.73 0.93 0.62
Hex F8 42 AD 0 49 1E 3 145 5D 3E
Octal 370 102 255 0 111 36 3 505 135 76
Binary 11111000 1000010 10101101 0 1001001 11110 11 101000101 1011101 111110

Color Harmonies of #F842AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842AD

Black with #F842AD

Text Example


Text Example

White with #F842AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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