Html Css Color HEX #F630F1 Razzle Dazzle Rose

📋 copy color: '#F630F1'

red 246 ◦ green 48 ◦ blue 241

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

Shades of Razzle Dazzle Rose #F630F1

Tints of Razzle Dazzle Rose #F630F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 45.98%
G = 8.97%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F630F1 (or 0xF630F1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and F1. RGB value is (246,48,241). Sum of RGB (Red+Green+Blue) = 246+48+241=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 48 (19.14% from 255 or 8.97% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F630F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F630F1 is #09CF0E. Grayscale: #808080. Windows color (decimal): -642831 or 15806710. OLE color: 15806710.

HSL color Cylindrical-coordinate representation of color #F630F1: hue angle of 301.52º 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 #F630F1 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 48 241 -
CMYK 0 0.80 0.02 0.04
HSL 301.52º 0.92% 0.58% -
HSV(B) 301.52º 0.8% 0.96% -
XYZ 54.94 28.06 85.74 -
YUV 129.2 191.1 211.31 -
System Red Green Blue C M Y K H S L
Decimal 246 48 241 0 0.80 0.02 0.04 301.52 0.92 0.58
Hex F6 30 F1 0 50 2 4 12E 5C 3A
Octal 366 60 361 0 120 2 4 456 134 72
Binary 11110110 110000 11110001 0 1010000 10 100 100101110 1011100 111010

Color Harmonies of #F630F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630F1

Black with #F630F1

Text Example


Text Example

White with #F630F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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