Html Css Color HEX #F84DA2 Brilliant Rose

📋 copy color: '#F84DA2'

red 248 ◦ green 77 ◦ blue 162

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

Shades of Brilliant Rose #F84DA2

Tints of Brilliant Rose #F84DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.26%

R = 50.92%
G = 15.81%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F84DA2 (or 0xF84DA2) is known color: Brilliant Rose. HEX triplet: F8, 4D and A2. RGB value is (248,77,162). Sum of RGB (Red+Green+Blue) = 248+77+162=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84DA2 is #07B25D. Grayscale: #898989. Windows color (decimal): -504414 or 10636792. OLE color: 10636792.

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

Color convert

RGB 248 77 162 -
CMYK 0 0.69 0.35 0.03
HSL 330.18º 0.92% 0.64% -
HSV(B) 330.18º 0.69% 0.97% -
XYZ 47.89 27.87 37.04 -
YUV 137.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 248 77 162 0 0.69 0.35 0.03 330.18 0.92 0.64
Hex F8 4D A2 0 45 23 3 14A 5C 40
Octal 370 115 242 0 105 43 3 512 134 100
Binary 11111000 1001101 10100010 0 1000101 100011 11 101001010 1011100 1000000

Color Harmonies of #F84DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DA2

Black with #F84DA2

Text Example


Text Example

White with #F84DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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