Html Css Color HEX #FF6FF0 Ultra Pink

📋 copy color: '#FF6FF0'

red 255 ◦ green 111 ◦ blue 240

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

Shades of Ultra Pink #FF6FF0

Tints of Ultra Pink #FF6FF0

RGB

 RED value IS 255 (100% from 255) = 42.08%

 GREEN value IS 111 (43.75% from 255) = 18.32%

 BLUE value IS 240 (94.14% from 255) = 39.6%

R = 42.08%
G = 18.32%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF6FF0 (or 0xFF6FF0) is known color: Ultra Pink. HEX triplet: FF, 6F and F0. RGB value is (255,111,240). Sum of RGB (Red+Green+Blue) = 255+111+240=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 111 (43.75% from 255 or 18.32% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FF0 is #00900F. Grayscale: #A8A8A8. Windows color (decimal): -36880 or 15757311. OLE color: 15757311.

HSL color Cylindrical-coordinate representation of color #FF6FF0: hue angle of 306.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FF0 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 255 111 240 -
CMYK 0 0.56 0.06 0
HSL 306.25º 1% 0.72% -
HSV(B) 306.25º 0.56% 1% -
XYZ 62.65 38.92 86.65 -
YUV 168.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 255 111 240 0 0.56 0.06 0 306.25 1 0.72
Hex FF 6F F0 0 38 6 0 132 64 48
Octal 377 157 360 0 70 6 0 462 144 110
Binary 11111111 1101111 11110000 0 111000 110 0 100110010 1100100 1001000

Color Harmonies of #FF6FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FF0

Black with #FF6FF0

Text Example


Text Example

White with #FF6FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FF0; }

 p { color: rgb(255,111,240); }

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

background-color css

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

 a { background-color: rgb(255,111,240); }

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

border-color css

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

 span { border-color: rgb(255,111,240); }

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