Html Css Color HEX #F842B7 Razzle Dazzle Rose

📋 copy color: '#F842B7'

red 248 ◦ green 66 ◦ blue 183

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

Shades of Razzle Dazzle Rose #F842B7

Tints of Razzle Dazzle Rose #F842B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 49.9%
G = 13.28%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F842B7 (or 0xF842B7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 42 and B7. RGB value is (248,66,183). Sum of RGB (Red+Green+Blue) = 248+66+183=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F842B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842B7 is #07BD48. Grayscale: #858585. Windows color (decimal): -507209 or 12010232. OLE color: 12010232.

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

Color convert

RGB 248 66 183 -
CMYK 0 0.73 0.26 0.03
HSL 321.43º 0.93% 0.62% -
HSV(B) 321.43º 0.73% 0.97% -
XYZ 49.21 27.27 47.47 -
YUV 133.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 248 66 183 0 0.73 0.26 0.03 321.43 0.93 0.62
Hex F8 42 B7 0 49 1A 3 141 5D 3E
Octal 370 102 267 0 111 32 3 501 135 76
Binary 11111000 1000010 10110111 0 1001001 11010 11 101000001 1011101 111110

Color Harmonies of #F842B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842B7

Black with #F842B7

Text Example


Text Example

White with #F842B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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