Html Css Color HEX #F852B2 Brilliant Rose

📋 copy color: '#F852B2'

red 248 ◦ green 82 ◦ blue 178

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

Shades of Brilliant Rose #F852B2

Tints of Brilliant Rose #F852B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 48.82%
G = 16.14%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F852B2 (or 0xF852B2) is known color: Brilliant Rose. HEX triplet: F8, 52 and B2. RGB value is (248,82,178). Sum of RGB (Red+Green+Blue) = 248+82+178=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F852B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F852B2 is #07AD4D. Grayscale: #8E8E8E. Windows color (decimal): -503118 or 11686648. OLE color: 11686648.

HSL color Cylindrical-coordinate representation of color #F852B2: hue angle of 325.3º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F852B2 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 82 178 -
CMYK 0 0.67 0.28 0.03
HSL 325.3º 0.92% 0.65% -
HSV(B) 325.3º 0.67% 0.97% -
XYZ 49.76 29.21 45.13 -
YUV 142.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 248 82 178 0 0.67 0.28 0.03 325.3 0.92 0.65
Hex F8 52 B2 0 43 1C 3 145 5C 41
Octal 370 122 262 0 103 34 3 505 134 101
Binary 11111000 1010010 10110010 0 1000011 11100 11 101000101 1011100 1000001

Color Harmonies of #F852B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F852B2

Black with #F852B2

Text Example


Text Example

White with #F852B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F852B2; }

 p { color: rgb(248,82,178); }

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

background-color css

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

 a { background-color: rgb(248,82,178); }

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

border-color css

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

 span { border-color: rgb(248,82,178); }

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