Html Css Color HEX #F635AB Persian Rose

📋 copy color: '#F635AB'

red 246 ◦ green 53 ◦ blue 171

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

Shades of Persian Rose #F635AB

Tints of Persian Rose #F635AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.28%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 52.34%
G = 11.28%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F635AB (or 0xF635AB) is known color: Persian Rose. HEX triplet: F6, 35 and AB. RGB value is (246,53,171). Sum of RGB (Red+Green+Blue) = 246+53+171=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F635AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F635AB is #09CA54. Grayscale: #7B7B7B. Windows color (decimal): -641621 or 11220470. OLE color: 11220470.

HSL color Cylindrical-coordinate representation of color #F635AB: hue angle of 323.32º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F635AB is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 53 171 -
CMYK 0 0.78 0.30 0.04
HSL 323.32º 0.91% 0.59% -
HSV(B) 323.32º 0.78% 0.96% -
XYZ 46.63 25.08 40.91 -
YUV 124.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 246 53 171 0 0.78 0.30 0.04 323.32 0.91 0.59
Hex F6 35 AB 0 4E 1E 4 143 5B 3B
Octal 366 65 253 0 116 36 4 503 133 73
Binary 11110110 110101 10101011 0 1001110 11110 100 101000011 1011011 111011

Color Harmonies of #F635AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F635AB

Black with #F635AB

Text Example


Text Example

White with #F635AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F635AB; }

 p { color: rgb(246,53,171); }

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

background-color css

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

 a { background-color: rgb(246,53,171); }

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

border-color css

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

 span { border-color: rgb(246,53,171); }

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