Html Css Color HEX #F830C7 Razzle Dazzle Rose

📋 copy color: '#F830C7'

red 248 ◦ green 48 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F830C7

Tints of Razzle Dazzle Rose #F830C7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.7%

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 50.1%
G = 9.7%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F830C7 (or 0xF830C7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and C7. RGB value is (248,48,199). Sum of RGB (Red+Green+Blue) = 248+48+199=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F830C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830C7 is #07CF38. Grayscale: #7C7C7C. Windows color (decimal): -511801 or 13054200. OLE color: 13054200.

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

Color convert

RGB 248 48 199 -
CMYK 0 0.81 0.20 0.03
HSL 314.7º 0.93% 0.58% -
HSV(B) 314.7º 0.81% 0.97% -
XYZ 50.08 26.19 56.45 -
YUV 125.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 248 48 199 0 0.81 0.20 0.03 314.7 0.93 0.58
Hex F8 30 C7 0 51 14 3 13B 5D 3A
Octal 370 60 307 0 121 24 3 473 135 72
Binary 11111000 110000 11000111 0 1010001 10100 11 100111011 1011101 111010

Color Harmonies of #F830C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830C7

Black with #F830C7

Text Example


Text Example

White with #F830C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830C7; }

 p { color: rgb(248,48,199); }

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

background-color css

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

 a { background-color: rgb(248,48,199); }

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

border-color css

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

 span { border-color: rgb(248,48,199); }

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