Html Css Color HEX #F842B2 Brilliant Rose

📋 copy color: '#F842B2'

red 248 ◦ green 66 ◦ blue 178

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

Shades of Brilliant Rose #F842B2

Tints of Brilliant Rose #F842B2

RGB

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

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

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

R = 50.41%
G = 13.41%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F842B2 (or 0xF842B2) is known color: Brilliant Rose. HEX triplet: F8, 42 and B2. RGB value is (248,66,178). Sum of RGB (Red+Green+Blue) = 248+66+178=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F842B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F842B2 is #07BD4D. Grayscale: #848484. Windows color (decimal): -507214 or 11682552. OLE color: 11682552.

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

Color convert

RGB 248 66 178 -
CMYK 0 0.73 0.28 0.03
HSL 323.08º 0.93% 0.62% -
HSV(B) 323.08º 0.73% 0.97% -
XYZ 48.7 27.07 44.78 -
YUV 133.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 248 66 178 0 0.73 0.28 0.03 323.08 0.93 0.62
Hex F8 42 B2 0 49 1C 3 143 5D 3E
Octal 370 102 262 0 111 34 3 503 135 76
Binary 11111000 1000010 10110010 0 1001001 11100 11 101000011 1011101 111110

Color Harmonies of #F842B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842B2

Black with #F842B2

Text Example


Text Example

White with #F842B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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