Html Css Color HEX #F635A5 Persian Rose

📋 copy color: '#F635A5'

red 246 ◦ green 53 ◦ blue 165

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

Shades of Persian Rose #F635A5

Tints of Persian Rose #F635A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 53.02%
G = 11.42%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F635A5 (or 0xF635A5) is known color: Persian Rose. HEX triplet: F6, 35 and A5. RGB value is (246,53,165). Sum of RGB (Red+Green+Blue) = 246+53+165=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F635A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F635A5 is #09CA5A. Grayscale: #7B7B7B. Windows color (decimal): -641627 or 10827254. OLE color: 10827254.

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

Color convert

RGB 246 53 165 -
CMYK 0 0.78 0.33 0.04
HSL 325.18º 0.91% 0.59% -
HSV(B) 325.18º 0.78% 0.96% -
XYZ 46.07 24.86 37.97 -
YUV 123.48 151.44 215.39 -
System Red Green Blue C M Y K H S L
Decimal 246 53 165 0 0.78 0.33 0.04 325.18 0.91 0.59
Hex F6 35 A5 0 4E 21 4 145 5B 3B
Octal 366 65 245 0 116 41 4 505 133 73
Binary 11110110 110101 10100101 0 1001110 100001 100 101000101 1011011 111011

Color Harmonies of #F635A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F635A5

Black with #F635A5

Text Example


Text Example

White with #F635A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F635A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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