Html Css Color HEX #F833C5 Razzle Dazzle Rose

📋 copy color: '#F833C5'

red 248 ◦ green 51 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F833C5

Tints of Razzle Dazzle Rose #F833C5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.28%

 BLUE value IS 197 (77.34% from 255) = 39.72%

R = 50%
G = 10.28%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F833C5 (or 0xF833C5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and C5. RGB value is (248,51,197). Sum of RGB (Red+Green+Blue) = 248+51+197=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F833C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F833C5 is #07CC3A. Grayscale: #7E7E7E. Windows color (decimal): -511035 or 12923896. OLE color: 12923896.

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

Color convert

RGB 248 51 197 -
CMYK 0 0.79 0.21 0.03
HSL 315.53º 0.93% 0.59% -
HSV(B) 315.53º 0.79% 0.97% -
XYZ 49.97 26.36 55.28 -
YUV 126.55 167.77 214.63 -
System Red Green Blue C M Y K H S L
Decimal 248 51 197 0 0.79 0.21 0.03 315.53 0.93 0.59
Hex F8 33 C5 0 4F 15 3 13C 5D 3B
Octal 370 63 305 0 117 25 3 474 135 73
Binary 11111000 110011 11000101 0 1001111 10101 11 100111100 1011101 111011

Color Harmonies of #F833C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F833C5

Black with #F833C5

Text Example


Text Example

White with #F833C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F833C5; }

 p { color: rgb(248,51,197); }

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

background-color css

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

 a { background-color: rgb(248,51,197); }

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

border-color css

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

 span { border-color: rgb(248,51,197); }

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