Html Css Color HEX #F630CA Razzle Dazzle Rose

📋 copy color: '#F630CA'

red 246 ◦ green 48 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F630CA

Tints of Razzle Dazzle Rose #F630CA

RGB

 RED value IS 246 (96.48% from 255) = 49.6%

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 49.6%
G = 9.68%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F630CA (or 0xF630CA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and CA. RGB value is (246,48,202). Sum of RGB (Red+Green+Blue) = 246+48+202=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F630CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630CA is #09CF35. Grayscale: #7C7C7C. Windows color (decimal): -642870 or 13250806. OLE color: 13250806.

HSL color Cylindrical-coordinate representation of color #F630CA: hue angle of 313.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F630CA is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 48 202 -
CMYK 0 0.80 0.18 0.04
HSL 313.33º 0.92% 0.58% -
HSV(B) 313.33º 0.8% 0.96% -
XYZ 49.72 25.97 58.27 -
YUV 124.76 171.6 214.48 -
System Red Green Blue C M Y K H S L
Decimal 246 48 202 0 0.80 0.18 0.04 313.33 0.92 0.58
Hex F6 30 CA 0 50 12 4 139 5C 3A
Octal 366 60 312 0 120 22 4 471 134 72
Binary 11110110 110000 11001010 0 1010000 10010 100 100111001 1011100 111010

Color Harmonies of #F630CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630CA

Black with #F630CA

Text Example


Text Example

White with #F630CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630CA; }

 p { color: rgb(246,48,202); }

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

background-color css

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

 a { background-color: rgb(246,48,202); }

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

border-color css

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

 span { border-color: rgb(246,48,202); }

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