Html Css Color HEX #F83CBE Razzle Dazzle Rose

📋 copy color: '#F83CBE'

red 248 ◦ green 60 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F83CBE

Tints of Razzle Dazzle Rose #F83CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.05%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 49.8%
G = 12.05%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F83CBE (or 0xF83CBE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3C and BE. RGB value is (248,60,190). Sum of RGB (Red+Green+Blue) = 248+60+190=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83CBE is #07C341. Grayscale: #828282. Windows color (decimal): -508738 or 12467448. OLE color: 12467448.

HSL color Cylindrical-coordinate representation of color #F83CBE: hue angle of 318.51º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83CBE is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 60 190 -
CMYK 0 0.76 0.23 0.03
HSL 318.51º 0.93% 0.6% -
HSV(B) 318.51º 0.76% 0.97% -
XYZ 49.62 26.91 51.29 -
YUV 131.03 161.28 211.43 -
System Red Green Blue C M Y K H S L
Decimal 248 60 190 0 0.76 0.23 0.03 318.51 0.93 0.6
Hex F8 3C BE 0 4C 17 3 13F 5D 3C
Octal 370 74 276 0 114 27 3 477 135 74
Binary 11111000 111100 10111110 0 1001100 10111 11 100111111 1011101 111100

Color Harmonies of #F83CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83CBE

Black with #F83CBE

Text Example


Text Example

White with #F83CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83CBE; }

 p { color: rgb(248,60,190); }

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

background-color css

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

 a { background-color: rgb(248,60,190); }

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

border-color css

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

 span { border-color: rgb(248,60,190); }

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