Html Css Color HEX #F842B0 Brilliant Rose

📋 copy color: '#F842B0'

red 248 ◦ green 66 ◦ blue 176

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

Shades of Brilliant Rose #F842B0

Tints of Brilliant Rose #F842B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 50.61%
G = 13.47%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F842B0 (or 0xF842B0) is known color: Brilliant Rose. HEX triplet: F8, 42 and B0. RGB value is (248,66,176). Sum of RGB (Red+Green+Blue) = 248+66+176=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F842B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F842B0 is #07BD4F. Grayscale: #848484. Windows color (decimal): -507216 or 11551480. OLE color: 11551480.

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

Color convert

RGB 248 66 176 -
CMYK 0 0.73 0.29 0.03
HSL 323.74º 0.93% 0.62% -
HSV(B) 323.74º 0.73% 0.97% -
XYZ 48.5 26.99 43.73 -
YUV 132.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 248 66 176 0 0.73 0.29 0.03 323.74 0.93 0.62
Hex F8 42 B0 0 49 1D 3 144 5D 3E
Octal 370 102 260 0 111 35 3 504 135 76
Binary 11111000 1000010 10110000 0 1001001 11101 11 101000100 1011101 111110

Color Harmonies of #F842B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842B0

Black with #F842B0

Text Example


Text Example

White with #F842B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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