Html Css Color HEX #F35A8B French Rose

📋 copy color: '#F35A8B'

red 243 ◦ green 90 ◦ blue 139

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

Shades of French Rose #F35A8B

Tints of French Rose #F35A8B

RGB

 RED value IS 243 (95.31% from 255) = 51.48%

 GREEN value IS 90 (35.55% from 255) = 19.07%

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 51.48%
G = 19.07%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F35A8B (or 0xF35A8B) is known color: French Rose. HEX triplet: F3, 5A and 8B. RGB value is (243,90,139). Sum of RGB (Red+Green+Blue) = 243+90+139=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A8B is #0CA574. Grayscale: #8D8D8D. Windows color (decimal): -828789 or 9132787. OLE color: 9132787.

HSL color Cylindrical-coordinate representation of color #F35A8B: hue angle of 340.78º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35A8B is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 90 139 -
CMYK 0 0.63 0.43 0.05
HSL 340.78º 0.86% 0.65% -
HSV(B) 340.78º 0.63% 0.95% -
XYZ 45.28 28.23 27.49 -
YUV 141.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 243 90 139 0 0.63 0.43 0.05 340.78 0.86 0.65
Hex F3 5A 8B 0 3F 2B 5 155 56 41
Octal 363 132 213 0 77 53 5 525 126 101
Binary 11110011 1011010 10001011 0 111111 101011 101 101010101 1010110 1000001

Color Harmonies of #F35A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A8B

Black with #F35A8B

Text Example


Text Example

White with #F35A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A8B; }

 p { color: rgb(243,90,139); }

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

background-color css

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

 a { background-color: rgb(243,90,139); }

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

border-color css

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

 span { border-color: rgb(243,90,139); }

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