Html Css Color HEX #F842B1 Brilliant Rose

📋 copy color: '#F842B1'

red 248 ◦ green 66 ◦ blue 177

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

Shades of Brilliant Rose #F842B1

Tints of Brilliant Rose #F842B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.05%

R = 50.51%
G = 13.44%
B = 36.05%

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

#F842B1 (or 0xF842B1) is known color: Brilliant Rose. HEX triplet: F8, 42 and B1. RGB value is (248,66,177). Sum of RGB (Red+Green+Blue) = 248+66+177=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F842B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F842B1 is #07BD4E. Grayscale: #848484. Windows color (decimal): -507215 or 11617016. OLE color: 11617016.

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

Color convert

RGB 248 66 177 -
CMYK 0 0.73 0.29 0.03
HSL 323.41º 0.93% 0.62% -
HSV(B) 323.41º 0.73% 0.97% -
XYZ 48.6 27.03 44.25 -
YUV 133.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 248 66 177 0 0.73 0.29 0.03 323.41 0.93 0.62
Hex F8 42 B1 0 49 1D 3 143 5D 3E
Octal 370 102 261 0 111 35 3 503 135 76
Binary 11111000 1000010 10110001 0 1001001 11101 11 101000011 1011101 111110

Color Harmonies of #F842B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842B1

Black with #F842B1

Text Example


Text Example

White with #F842B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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