Html Css Color HEX #F252A8 Brilliant Rose

📋 copy color: '#F252A8'

red 242 ◦ green 82 ◦ blue 168

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

Shades of Brilliant Rose #F252A8

Tints of Brilliant Rose #F252A8

RGB

 RED value IS 242 (94.92% from 255) = 49.19%

 GREEN value IS 82 (32.42% from 255) = 16.67%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 49.19%
G = 16.67%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F252A8 (or 0xF252A8) is known color: Brilliant Rose. HEX triplet: F2, 52 and A8. RGB value is (242,82,168). Sum of RGB (Red+Green+Blue) = 242+82+168=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F252A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F252A8 is #0DAD57. Grayscale: #8B8B8B. Windows color (decimal): -896344 or 11031282. OLE color: 11031282.

HSL color Cylindrical-coordinate representation of color #F252A8: hue angle of 327.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F252A8 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 168 -
CMYK 0 0.66 0.31 0.05
HSL 327.75º 0.86% 0.64% -
HSV(B) 327.75º 0.66% 0.95% -
XYZ 46.7 27.74 39.94 -
YUV 139.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 242 82 168 0 0.66 0.31 0.05 327.75 0.86 0.64
Hex F2 52 A8 0 42 1F 5 148 56 40
Octal 362 122 250 0 102 37 5 510 126 100
Binary 11110010 1010010 10101000 0 1000010 11111 101 101001000 1010110 1000000

Color Harmonies of #F252A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F252A8

Black with #F252A8

Text Example


Text Example

White with #F252A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F252A8; }

 p { color: rgb(242,82,168); }

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

background-color css

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

 a { background-color: rgb(242,82,168); }

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

border-color css

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

 span { border-color: rgb(242,82,168); }

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