Html Css Color HEX #F66BF2 Ultra Pink

📋 copy color: '#F66BF2'

red 246 ◦ green 107 ◦ blue 242

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

Shades of Ultra Pink #F66BF2

Tints of Ultra Pink #F66BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.98%

 BLUE value IS 242 (94.92% from 255) = 40.67%

R = 41.34%
G = 17.98%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F66BF2 (or 0xF66BF2) is known color: Ultra Pink. HEX triplet: F6, 6B and F2. RGB value is (246,107,242). Sum of RGB (Red+Green+Blue) = 246+107+242=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66BF2 is #09940D. Grayscale: #A3A3A3. Windows color (decimal): -627726 or 15887350. OLE color: 15887350.

HSL color Cylindrical-coordinate representation of color #F66BF2: hue angle of 301.73º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66BF2 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 107 242 -
CMYK 0 0.57 0.02 0.04
HSL 301.73º 0.89% 0.69% -
HSV(B) 301.73º 0.57% 0.96% -
XYZ 59.29 36.52 87.93 -
YUV 163.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 246 107 242 0 0.57 0.02 0.04 301.73 0.89 0.69
Hex F6 6B F2 0 39 2 4 12E 59 45
Octal 366 153 362 0 71 2 4 456 131 105
Binary 11110110 1101011 11110010 0 111001 10 100 100101110 1011001 1000101

Color Harmonies of #F66BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66BF2

Black with #F66BF2

Text Example


Text Example

White with #F66BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66BF2; }

 p { color: rgb(246,107,242); }

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

background-color css

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

 a { background-color: rgb(246,107,242); }

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

border-color css

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

 span { border-color: rgb(246,107,242); }

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