Html Css Color HEX #F845AA Brilliant Rose

📋 copy color: '#F845AA'

red 248 ◦ green 69 ◦ blue 170

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

Shades of Brilliant Rose #F845AA

Tints of Brilliant Rose #F845AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.17%

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 50.92%
G = 14.17%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F845AA (or 0xF845AA) is known color: Brilliant Rose. HEX triplet: F8, 45 and AA. RGB value is (248,69,170). Sum of RGB (Red+Green+Blue) = 248+69+170=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F845AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F845AA is #07BA55. Grayscale: #858585. Windows color (decimal): -506454 or 11159032. OLE color: 11159032.

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

Color convert

RGB 248 69 170 -
CMYK 0 0.72 0.31 0.03
HSL 326.15º 0.93% 0.62% -
HSV(B) 326.15º 0.72% 0.97% -
XYZ 48.1 27.11 40.73 -
YUV 134.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 248 69 170 0 0.72 0.31 0.03 326.15 0.93 0.62
Hex F8 45 AA 0 48 1F 3 146 5D 3E
Octal 370 105 252 0 110 37 3 506 135 76
Binary 11111000 1000101 10101010 0 1001000 11111 11 101000110 1011101 111110

Color Harmonies of #F845AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F845AA

Black with #F845AA

Text Example


Text Example

White with #F845AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F845AA; }

 p { color: rgb(248,69,170); }

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

background-color css

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

 a { background-color: rgb(248,69,170); }

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

border-color css

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

 span { border-color: rgb(248,69,170); }

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